home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / src-16f.lha / ldb / undefineds.src < prev    next >
C/C++ Source or Header  |  1991-11-06  |  1KB  |  164 lines

  1. /* Routines that must be linked into the core for lisp to work. */
  2. /* $Header: undefineds.src,v 1.4 91/09/13 20:43:00 wlott Exp $ */
  3.  
  4. #ifdef sun
  5. #ifndef MACH
  6. #define SUNOS
  7. #endif
  8. #endif
  9.  
  10. /* Pick up all the syscalls. */
  11. accept
  12. access
  13. acct
  14. adjtime
  15. bind
  16. brk
  17. chdir
  18. chmod
  19. chown
  20. chroot
  21. close
  22. connect
  23. creat
  24. dup
  25. dup2
  26. execve
  27. exit
  28. fchmod
  29. fchown
  30. fcntl
  31. flock
  32. fork
  33. fstat
  34. fsync
  35. ftruncate
  36. getdtablesize
  37. getegid
  38. geteuid
  39. getgid
  40. getgroups
  41. gethostid
  42. gethostname
  43. getitimer
  44. getpagesize
  45. getpeername
  46. getpgrp
  47. getpid
  48. getppid
  49. getpriority
  50. getrlimit
  51. getrusage
  52. getsockname
  53. getsockopt
  54. gettimeofday
  55. getuid
  56. ioctl
  57. kill
  58. killpg
  59. link
  60. listen
  61. lseek
  62. lstat
  63. mkdir
  64. mknod
  65. mount
  66. open
  67. pipe
  68. profil
  69. ptrace
  70. #ifndef SUNOS
  71. quota
  72. #endif
  73. read
  74. readlink
  75. readv
  76. reboot
  77. recv
  78. recvfrom
  79. recvmsg
  80. rename
  81. rmdir
  82. sbrk
  83. select
  84. send
  85. sendmsg
  86. sendto
  87. setgroups
  88. #ifndef SUNOS
  89. sethostid
  90. #endif
  91. sethostname
  92. setitimer
  93. setpgrp
  94. setpriority
  95. #ifndef SUNOS
  96. setquota
  97. #endif
  98. setregid
  99. setreuid
  100. setrlimit
  101. setsockopt
  102. settimeofday
  103. shutdown
  104. sigblock
  105. sigpause
  106. #ifndef ibmrt
  107. sigreturn
  108. #endif
  109. sigsetmask
  110. sigstack
  111. sigvec
  112. socket
  113. socketpair
  114. stat
  115. swapon
  116. symlink
  117. sync
  118. syscall
  119. truncate
  120. umask
  121. #ifndef SUNOS
  122. umount
  123. #endif
  124. unlink
  125. utimes
  126. vfork
  127. vhangup
  128. wait
  129. wait3
  130. write
  131. writev
  132.  
  133. /* Math routines. */
  134. cos
  135. sin
  136. tan
  137. acos
  138. asin
  139. atan
  140. atan2
  141. sinh
  142. cosh
  143. tanh
  144. asinh
  145. acosh
  146. atanh
  147. exp
  148. expm1
  149. log
  150. log10
  151. log1p
  152. pow
  153. cbrt
  154. sqrt
  155. hypot
  156.  
  157. /* Network support. */
  158. gethostbyname
  159. gethostbyaddr
  160.  
  161. /* Other random things. */
  162. getwd
  163. ttyname
  164.